The IndexQuery<(Of <(<'T>)>)> type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the IndexQuery<(Of <(<'T>)>)>.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GroupByUntypedKey
Groups the collection of search results by its search key.
Protected method MemberwiseClone (Inherited from Object.)
Public method Subindex(Subindex<(Of <<'(T>)>>))
Used to apply subindex search to the result of a search operation.
Public method Subindex<(Of <<'(TKey>)>>)(Subindex<(Of <<'(T, TKey>)>>))
Used to apply subindex search to the result of a search operation.
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Indexes
The collection of subindexes for this IndexQuery<(Of <(<'T>)>)>.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator

See Also